home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo:
- echo:
- echo ╔═══════════════════════════════════════════════════════════════════╗
- echo ║ BINGO MANIA! Version 1.0 ║
- echo ║ This will install BINGO MANIA on a floppy disk in Drive B. ║
- echo ║ The installation will include an AUTOEXEC.BAT file that will ║
- echo ║ run the program automatically on startup if DOS has been ║
- echo ║ installed on the disk. Only the working files necessary to run ║
- echo ║ the handicapper will be copied. If you want to stop now without ║
- echo ║ installing the handicapper, hit CTRL-C. To install the program, ║
- echo ╚═══════════════════════════════════════════════════════════════════╝
- pause
- echo:
- echo Copying the files now...
- copy bingo.exe b:
- copy copy run.bat b:autoexec.bat
- copy bingo.cfg b:
- copy bingo.sts b:
- cls
- echo Installation is Complete!
-